home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / stowdir1.zip / STOWDIR.DOC < prev    next >
Text File  |  1992-04-16  |  6KB  |  138 lines

  1.  
  2.  
  3.                             S T O W D I R
  4.  
  5.                    A Companion utility to Stowaway
  6.  
  7.                             By Patri-Soft
  8.                      Copyright 1992 by Patri-Soft
  9.  
  10.                          5225 Canyon Crest Dr.
  11.                              Suite 71-358
  12.                          Riverside CA, 92507
  13.  
  14.                          (714) 352-2820 Voice
  15.                          (714) 352-2825 Data
  16.                          (714) 352-1527 FAX
  17.  
  18.          Note:  Area code 714 changes to 909 on November 14, 1992.
  19.  
  20.  
  21.  
  22.  
  23.  StowDir is a companion product to Stowaway which gives you instant
  24.  knowledge of all files that have been archived.  StowDir acts like the
  25.  DOS DIR command.  This provides you with a way to quickly and easily
  26.  tell what files have been archived.  For example, if you wanted to know
  27.  all the .ZIP files that have been archived in the current directory,
  28.  you would give the command:
  29.  
  30.         STOWDIR *.ZIP
  31.  
  32. StowDir will then search the archive indexes and display all archived
  33. .ZIP files fromt the current directory.  The display:
  34.         
  35.         StowDir Copyright 1992 by Patri-Soft.  Enter StowDir /H for help
  36.         Directory of archived files in C:\ZIPBACK
  37.  
  38.         MEGA0403 ZIP    172136 04-03-92  9:41a   Active C:\ZIPBACK\
  39.         MEGA0402 ZIP    173905 04-02-92 10:04a   Active C:\ZIPBACK\
  40.         STOW0401 ZIP    195537 04-01-92 12:15p   Active C:\ZIPBACK\
  41.         MEGA0401 ZIP    174254 04-01-92 12:15p   Active C:\ZIPBACK\
  42.         MEGA0331 ZIP    173651 03-31-92  9:56a   Active C:\ZIPBACK\
  43.  
  44. The begining of each line is just like the DOS DIR command output,
  45. contain name, size, date and time.  The "Active" flag tells that this
  46. file is "Active" in the archive index.  That is, it is not expired, and
  47. has not been logically deleted.  The path at the end of the line is the
  48. original path where the file was archived from.  There are other
  49. displays that can be controlled by use of the command line paramters.
  50.  
  51.  
  52. StowDir MUST be located in the same directory as your archive indexes.
  53. If STOW.EXE is located in the directory C:\STOW, then StowDir.EXE must
  54. be located there as well.  It will not be able to find the indexes if
  55. you do not put it in the correct location.
  56.  
  57. SYNAX:
  58.  
  59.         StowDir <path\filespec> <switches>
  60.         Possible switches:  /S /P /D /C /L /X
  61.  
  62.       Path\Filespec:
  63.  
  64.          You may provide Stowdir with a path, filespec, filespec and
  65.          path, or nothing.  If the path\filespec is left blank, Stowdir
  66.          assumes the current directory, like the DOS DIR command.  If
  67.          you provided a path, StowDir will look in the specified path.
  68.          If you provide a filespec, Stowdir will display only those
  69.          files matching the given spec.
  70.  
  71.          IMPORTANT:  StowDir accept a directory specification if the
  72.          directory exist on the system. For example, StowDir cannot list
  73.          the files archived out of \UTILITIES if the \UTILITIES
  74.          directory does not exist.
  75.  
  76.       Swithes:
  77.  
  78.          The following switches are valid when using this version of
  79.          StowDir.  NOTE:  You may put these switches in the enviroment
  80.          by using the SET command.  For example, SET STOWDIR=/ID:TMP.
  81.  
  82.             /S  System.    View all archived files from the specified
  83.                            path down the tree.  If you specify C:\, it
  84.                            will list all files from the root directory
  85.                            down, which means all archived files on your
  86.                            system.
  87.  
  88.             /P Pause       Pause at the end of every display page and
  89.                            waits for keypress.
  90.  
  91.             /D Description Show an alternate view of the archived files
  92.                            which includes the description for each file.
  93.  
  94.             /C aCtive      Show only active files, or rather, files that
  95.                            are not expired, or marked as deleted.
  96.  
  97.             /L deLeted     Show only files that have been marked deleted
  98.                            in the archive index.
  99.  
  100.             /X eXpired     Show only files that have "expired" in the
  101.                            archive index.
  102.  
  103.             Note:  /C/X/L can be combined to show any combination of the
  104.             above files.
  105.  
  106.             /A Alternate   Show Alternate information about each file.
  107.                            The display will be:
  108.  
  109.  
  110.                StowDir Copyright 1992 by Patri-Soft.  Enter StowDir /H for help
  111.                Directory of archived files in C:\
  112.  
  113.                Name             CSize ArcDate  ArcTime  Status
  114.                CSHOW    EXE     70586 04-14-92  1:41p   Active
  115.                CSHOWDEL BAT       392 04-14-92  1:41p   Active
  116.                PRINTDOC BAT       292 04-14-92  1:41p   Active
  117.                VIDEOA1  DRV       666 04-14-92  1:41p   Active
  118.  
  119.             StowDir lists all the same basic information with the
  120.             exception that all statictics apply the archive file.
  121.             (Archive size, date, and time)
  122.  
  123.  
  124.             /ID            Use an alternate ID for reading the .DAT
  125.                            files.  Sometimes Stowaway is used with
  126.                            alternate IDs and this parameter is used to
  127.                            read those .DAT files.
  128.  
  129.  
  130.             That's It!  If you have any suggestions, questions,
  131.             comments, or enhancment requests, be sure to let us know.
  132.             We cannot forsee all of your needs for this utility, so if
  133.             you can suggest uses and applications, be sure to let us
  134.             know!  Use any of the numbers at the top of this document to
  135.             do so.
  136.  
  137.  
  138.